home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / System / Datatypes / WarpTIFFdt / WarpTIFFdt.readme < prev   
Encoding:
Text File  |  2001-08-20  |  2.5 KB  |  80 lines

  1. Short:    TIFF datatype V44.2 (68k,WarpOS,MorphOS)
  2. Author:   oliver@futaura.co.uk (Oliver Roberts)
  3. Uploader: oliver@futaura.co.uk (Oliver Roberts)
  4. Version:  44.2
  5. Type:     util/dtype
  6. Requires: OS 3.0+,picture.datatype v43+
  7.  
  8. Changes since previous release:
  9.  
  10.  - Now fully supports multi-image TIFF files, allowing applications to
  11.    choose which image to decode, by using the PDTA_GetNumPictures and
  12.    PDTA_WhichPicture tags.
  13.  - Added support for CMYK based images.
  14.  - PixarLog decompression support was broken - fixed.
  15.  - Files with a missing StripByteCounts tag no longer cause crashes.
  16.  - Files that don't declare the number of samples per pixel now load ok.
  17.  - Fixed handling of images with separated colour components.
  18.  - Reworked/improved error handling and error return codes.
  19.  - Removed some redundant code
  20.  
  21.  
  22. FEATURES
  23.  
  24.  - Supports 5.0 and 6.0 TIFF spec, including Packbits, Thunderscan,
  25.    CCITT (fax), Pixar, LogLuv (CIE and SGILog) and Deflate (zip)
  26.    encodings, and uncompressed files.  LZW and JPEG encodings are
  27.    currently unsupported
  28.  
  29.  - Image types supported include RGB (24-bit and 48-bit), palette based
  30.    and greyscale (1-bit, 4-bit, 8-bit and 16-bit)
  31.  
  32.  - Supports image data organized as strips, tiles or separate components
  33.  
  34.  - For multi-image files, applications may choose which picture to decode
  35.  
  36.  - Highly optimized datatype dispatch engine, and fast TIFF decoder,
  37.    resulting in a very efficient, compact and quick TIFF datatype
  38.  
  39.  - Asynchronous file i/o and double buffering techniques (WarpOS only),
  40.    which speeds up image decoding
  41.  
  42.  - Optimized versions for 68020, 030, 040 and 060
  43.  
  44.  - PowerPC support with native WarpOS and native MorphOS versions
  45.  
  46.  - Alter the pen allocation precision when images are remapped to an
  47.    8-bit display
  48.  
  49.  - Specific support for the OS 3.5/3.9 picture.datatype, when available
  50.  
  51.  - The dithering feature of the OS 3.5/3.9 picture.datatype can be
  52.    configured to your liking (e.g. disabled for 15/16-bit displays)
  53.  
  54.  - Based on libtiff 3.5.6-beta and zlib 1.1.3
  55.  
  56.  
  57. REQUIREMENTS
  58.  
  59. WarpTIFF is a TIFF datatype which utilizes and requires the following:
  60.  
  61.  - Kickstart 3.0 or higher
  62.  - picture.datatype v43 or higher
  63.    (i.e. either of the ones supplied with AmigaOS 3.5/3.9, P96 or CGraphX)
  64.  
  65.  68k version
  66.  
  67.  - 68020 processor or higher (optimized versions included)
  68.  
  69.  WarpOS version
  70.  
  71.  - PPC accelerator card + 68040/060
  72.  - WarpUp Release 4 (powerpc.library V15) or higher
  73.  
  74.  MorphOS version
  75.  
  76.  - PPC accelerator card
  77.  - MorphOS beta release 1 or higher
  78.  
  79. Note that a graphics card is not necessary.
  80.